home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 3 / Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso / music2 / mepody.exe / BYE1.C < prev    next >
C/C++ Source or Header  |  1992-01-23  |  294b  |  8 lines

  1. #include <dos.h>
  2. int melody[][2] = {
  3. {  0,  0},{  0,100},{175,100},{  0,100},{349,100},{330,100},{349,100}
  4. ,{  0,100},{220,100},{  0,100},{233,100},{  0,100},{349,100},{  0,100}
  5. ,{220,100},{  0,100},{349,100},{  0,100},{196,100},{  0,100},{330,100}
  6. ,{  0,100},{349,200}};
  7. #define MAX 22
  8.